projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bc6ceb
)
luci-theme-rosy: add css style for modal-overlay warning
author
Rosy Song
<
[email protected]
>
Sun, 7 Apr 2019 07:34:13 +0000
(15:34 +0800)
committer
Rosy Song
<
[email protected]
>
Sun, 7 Apr 2019 09:39:42 +0000
(17:39 +0800)
Signed-off-by: Rosy Song <
[email protected]
>
themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
patch
|
blob
|
history
diff --git
a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
index a0fbb814d59c2660bd808a6eb3d76197e48d9627..f0f4f8720422e527c19ffdcd22ae9d2afc2bc670 100644
(file)
--- a/
themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
+++ b/
themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
@@
-1455,6
+1455,11
@@
body.modal-overlay-active {
height: 100vh;
}
+#modal_overlay .alert-message.warning {
+ background-color: #fff !important;
+ margin-bottom: 10px;
+}
+
body.modal-overlay-active #modal_overlay {
right: 0;
left: 0;
@@
-2615,7
+2620,7
@@
input[name="nslookup"] {
.login .main-right {
background: #354057;
}
-
+
.login > .main #maincontent {
width: 90%;
}